home *** CD-ROM | disk | FTP | other *** search
- /*
- File: VersionResource.h
-
- Contains: xxx put contents here xxx
-
- Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
-
- */
-
-
-
- #include "SysTypes.r"
-
- #define VMajor 1
- #define VMinor (0 * 16)+0
- #define VStage release
- #define VRelease 0
- #define VShortString "1.0"
- #define VLongString "1.0; © Apple Computer, Inc. 1991-1992"
-
- resource 'vers' (1) {
- VMajor, VMinor, VStage, VRelease, verUS,
- VShortString,
- VLongString
- };
-